home *** CD-ROM | disk | FTP | other *** search
/ Fifth Dimension / Fifth Dimension CD-ROM Volume 1 (Data Express) (1995).iso / play / gb30 / gamme.bat < prev    next >
DOS Batch File  |  1994-10-11  |  948b  |  44 lines

  1. @echo off
  2. \play\memtst.exe B478128
  3. if errorlevel = 1 goto XXERRXX
  4. if errorlevel = 0 goto XXWEITERXX
  5. :XXERRXX
  6. echo 
  7. echo As you see above, there is an error which might cause problems.
  8. echo Either you did not have enough BASE memory, not a 386, or some-
  9. echo thing different. You might now try to start the game anyway, but
  10. echo this could (and most often will) cause some problems.
  11. :XXASKXX
  12. \play\ec.exe Do you want to start the program anyway? (Y/N)
  13. if errorlevel = 25 goto XXWEITERXX
  14. if errorlevel = 14 goto YYWEITERYY
  15. goto XXASKXX
  16. :XXWEITERXX
  17. gb1
  18. :MAIN
  19. gamebild
  20. if errorlevel 3 goto TPAINT
  21. if errorlevel 2 goto SOUNDS
  22. if errorlevel 1 goto TPAINT
  23. goto END
  24. :TPAINT
  25. setmode %1
  26. cls
  27. ECHO Loading TurboPaint...
  28. :RUNPROGRAM
  29. tp
  30. if ERRORLEVEL 37 GOTO NOMEM
  31. if ERRORLEVEL 15 GOTO RUNPROGRAM
  32. goto MAIN
  33. :NOMEM
  34. keypress
  35. goto MAIN
  36. :SOUNDS
  37. sg
  38. goto MAIN
  39. :END
  40. GBEND
  41. :YYWEITERYY
  42. cd \menue3d
  43. menue.bat %1 %2 %3 %4 %5 %6
  44.